Conversation
|
Thank you for contributing to the Autoware project! 🚧 If your pull request is in progress, switch it to draft mode. Please ensure:
|
d6218a0 to
5ed41b9
Compare
5ed41b9 to
f344f1b
Compare
222d8b9 to
0971d2b
Compare
0971d2b to
412713a
Compare
e6ebfcd to
b3f2c49
Compare
6f00203 to
69860d9
Compare
2a16c81 to
3c921be
Compare
c085a8a to
dabdb8f
Compare
83390bf to
cd073e3
Compare
cd073e3 to
aa64915
Compare
a9a4bf5 to
e81a909
Compare
81411b5 to
e2b006f
Compare
be4b8d8 to
8214a71
Compare
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
xmfcx
left a comment
There was a problem hiding this comment.
Synced changes look good overall. A few notes:
Incomplete concurrency migration
cancel-previous-workflows.yaml is marked as deprecated in favor of per-workflow concurrency blocks, but only 7 of 23 workflows get concurrency blocks in this PR. The remaining 16 (including the expensive build-and-test* and clang-tidy* workflows) still rely on the old cancel action. Not a blocker since the old workflow is still active, but worth tracking -- the deprecation comment is premature until the migration is complete.
isort major version bump (6 -> 7)
isort jumps from 6.1.0 to 7.0.0 with new explicit --profile=black, --line-length=100 args. Contributors running pre-commit locally with isort 6 may see formatting conflicts until they update.
polyfill.io replacement
Good change -- polyfill.io was compromised/deprecated. The cdnjs.cloudflare.com/polyfill replacement is correct.
Skipped
Added
Changed
Not changed
Deleted
Not found